start_voting_on_proposal
@mount("proposals.external.start_voting_on_proposal")
operation start_voting_on_proposal(proposal: proposal, start_time: integer)
Initiates the voting process for a proposal.
Parameters
proposal
The proposal on which voting will be started. This must be a valid proposal object.
start_time
The timestamp indicating when voting should begin. Defaults to the current time if not provided.
Throws
InvalidPermissionsError
If the caller is not authorized to start voting on the proposal.